projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a45e497
)
Add an install-tests option
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 10 Oct 2017 04:14:48 +0000
(
00:14
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 10 Oct 2017 04:14:48 +0000
(
00:14
-0400)
Use this to enable or disable installed tests.
meson_options.txt
patch
|
blob
|
history
diff --git
a/meson_options.txt
b/meson_options.txt
index 643aa144da1ddcc408feda408ff026841a97e072..5c89e9df3b96c575c4a1b34d9788a31645ff1bc9 100644
(file)
--- a/
meson_options.txt
+++ b/
meson_options.txt
@@
-40,3
+40,5
@@
option('demos', type: 'boolean', value: 'true',
description : 'Build demos and example programs')
option('build-tests', type: 'boolean', value: 'true',
description : 'Build tests')
+option('install-tests', type: 'boolean', value: 'false',
+ description : 'Install tests')